home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / invest / dskinv.exe / {app} / di.exe / 0 / RCDATA / THASHFORM / THASHFORM.txt
Text File  |  2003-05-02  |  1KB  |  73 lines

  1. object hashform: Thashform
  2.   Left = 464
  3.   Top = 329
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'MD5 Digest Hash (128 bit)'
  7.   ClientHeight = 176
  8.   ClientWidth = 373
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object closebutton: TButton
  22.     Left = 144
  23.     Top = 136
  24.     Width = 75
  25.     Height = 25
  26.     Caption = '&Close'
  27.     Default = True
  28.     TabOrder = 0
  29.     OnClick = closebuttonClick
  30.   end
  31.   object Panel1: TPanel
  32.     Left = 24
  33.     Top = 24
  34.     Width = 329
  35.     Height = 97
  36.     TabOrder = 1
  37.     object Label1: TLabel
  38.       Left = 16
  39.       Top = 9
  40.       Width = 25
  41.       Height = 16
  42.       Caption = 'File:'
  43.     end
  44.     object filenamelabel: TLabel
  45.       Left = 56
  46.       Top = 9
  47.       Width = 81
  48.       Height = 16
  49.       Caption = 'filenamelabel'
  50.     end
  51.     object Label2: TLabel
  52.       Left = 16
  53.       Top = 40
  54.       Width = 42
  55.       Height = 16
  56.       Caption = 'Digest:'
  57.     end
  58.     object digestedit: TEdit
  59.       Left = 16
  60.       Top = 59
  61.       Width = 289
  62.       Height = 22
  63.       Color = clBtnFace
  64.       Ctl3D = False
  65.       HideSelection = False
  66.       ParentCtl3D = False
  67.       ReadOnly = True
  68.       TabOrder = 0
  69.       Text = 'digestedit'
  70.     end
  71.   end
  72. end
  73.